docs: drop migrated TeamAndUserSelectItem from Button ref sweep - #32768
docs: drop migrated TeamAndUserSelectItem from Button ref sweep#32768detail-app[bot] wants to merge 1 commit into
Conversation
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
✅ Playwright Results — workflow succeededValidated commit ✅ 557 passed · ❌ 0 failed · 🟡 0 flaky · ⏭️ 0 skipped · 🧰 0 lifecycle flaky PerformanceBlocking targets: ✅ met · Optimization targets: 🟡 in progress Shard-job maxima below are not the full workflow wall time; the linked run includes build, fixture, planning, and reporting. 🕒 Full workflow signal wall (to summary) 38m 1s ⏱️ Max setup 4m 32s · max shard execution 20m 1s · max shard-job elapsed before upload 23m 7s · reporting 5s 🌐 234.37 requests/attempt · 2.82 app boots/UI scenario · 21.23% common-shard skew Optimization targets still in progress:
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Describe your changes:
Fixes #N/A — automated doc-drift fix (no issue).
I worked on
docs/antd-migration/button.mdbecause commit 2edf277 migratedTeamAndUserSelectItem.tsxaway from antdButtonto@openmetadata/ui-core-components, but the antd Button -> core migrationguide still listed
components/Alerts/DestinationFormItem/TeamAndUserSelectItem/TeamAndUserSelectItem.tsx:238as a live
<Button ref={...}>site to convert and claimed "5 live usages".An agent or developer running the ref codemod sweep would open the file, find
no antd
Buttonto convert (the trigger is now a<div role="button">),and hit a count mismatch. Removed the stale site and corrected the count from
5 to 4 in both the "No direct equivalent" gap table and the hand-finish
punch list.
Type of change:
High-level design:
N/A — small change.
Tests:
Not applicable — documentation-only change.
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>— N/A, no linked issue.Fixes #<issue-number>above. — N/A.Introduced by commit 2edf277 (@shah-harshit, #32078)
Doc Drift PRs can be configured here.